home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
britney.swf
/
scripts
/
DefineButton2_190
/
BUTTONCONDACTION on(release).as
< prev
Wrap
Text File
|
2008-03-17
|
117b
|
8 lines
on(release){
if(_name.substr(0,1) == "p")
{
this.stopDrag();
_root.matchCheck(this);
}
}